home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_43.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  149 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set the visible of sprite 104 to 1
  4.   else
  5.     set the visible of sprite 104 to 0
  6.   end if
  7.   go(the frame)
  8. end
  9.